home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / JUSTIN.DIR / 00154_Script_154 < prev    next >
Text File  |  1995-03-07  |  251b  |  10 lines

  1. on exitFrame
  2.     put the pathname into temp
  3.     if the machinetype <> 256 then
  4.       put Temp & "SOUNDS:084.mov" into Fname
  5.     else
  6.       put Temp & "SOUNDS\084.mov" into Fname
  7.     end if
  8.     set the filename of cast "QT.MOV" to FName
  9.   
  10. end